From 840452310ee96a0ce51e8cef37b0fbbd975fedf4 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 1 Dec 2016 21:59:03 +0200 Subject: [PATCH] doc: remove reference to non-existent function --- src/bin/cargo.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 05c88019b..56a03a010 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -291,8 +291,7 @@ fn execute_subcommand(config: &Config, } } -/// List all runnable commands. find_command should always succeed -/// if given one of returned command. +/// List all runnable commands fn list_commands(config: &Config) -> BTreeSet { let prefix = "cargo-"; let suffix = env::consts::EXE_SUFFIX; -- 2.30.2